var net/netip.z0
19 uses
net/netip (current package)
netip.go#L68: z0 = (*intern.Value)(nil)
netip.go#L375: return ip.z == z0
netip.go#L381: func (ip Addr) IsValid() bool { return ip.z != z0 }
netip.go#L390: case z0:
netip.go#L464: return ip.z != z0 && ip.z != z4
netip.go#L505: return ip.z != z0 && ip.z != z4 && ip.z != z6noz
netip.go#L589: if ip.z == z0 {
netip.go#L648: case z0:
netip.go#L688: if ip.z == z0 {
netip.go#L697: case z0:
netip.go#L757: case z0:
netip.go#L778: case z0:
netip.go#L911: case z0, z4:
netip.go#L939: case z0:
netip.go#L980: case z0:
netip.go#L1112: case z0:
netip.go#L1143: case z0:
netip.go#L1172: case z0:
netip.go#L1428: case z0:
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |